-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(flow): query table schema&refactor #3943
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3943 +/- ##
==========================================
- Coverage 85.77% 85.39% -0.38%
==========================================
Files 968 970 +2
Lines 166463 166614 +151
==========================================
- Hits 142782 142286 -496
- Misses 23681 24328 +647 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost LGTM, very readable PR! 😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Others LGTM
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
added
TableSource
to get table name, id and schema from metasrv, and other minor refactorPlease explain IN DETAIL what the changes are in this PR and why they are needed:
TableSource
to help flow node get table name, id and schema from metasrvSourceSender
to allow unbounded broadcastChecklist